github.com/refraction-networking/utls.clientHelloMsg.pskModes (field)
13 uses
github.com/refraction-networking/utls (current package)
handshake_client.go#L417: hello.pskModes = []uint8{pskModeDHE}
handshake_messages.go#L96: pskModes []uint8
handshake_messages.go#L307: if len(m.pskModes) > 0 {
handshake_messages.go#L315: exts.AddBytes(m.pskModes)
handshake_messages.go#L658: if !readUint8LengthPrefixed(&extData, &m.pskModes) {
handshake_messages.go#L742: pskModes: slices.Clone(m.pskModes),
handshake_server_tls13.go#L338: for _, mode := range hs.clientHello.pskModes {
handshake_server_tls13.go#L725: !bytes.Equal(ch.pskModes, ch1.pskModes)
handshake_server_tls13.go#L953: for _, pskMode := range hs.clientHello.pskModes {
u_public.go#L420: pskModes: chm.PskModes,
u_public.go#L471: PskModes: chm.pskModes,
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |